Debugging HLSL for Windows 8 application [migrated]

Posted by Shervanator on Game Development See other posts from Game Development or by Shervanator
Published on 2012-10-04T00:36:11Z Indexed on 2012/10/04 3:54 UTC
Read the original article Hit count: 276

Filed under:
|
|
|

i'm currently in the process of creating a Windows 8 applicaiton using SharpDX (the managed c# directx wrapper). However I have ran into problems with one of my shaders and I want to know if its possible to debug such applications. PIX doesn't seem to work of directX apps as the executable does not like opening directly, and the new visual studio graphics debugging toolkit in VS2012 always states "unable to start the experiment" when I try to capture any information about my session.

Thanks!

© Game Development or respective owner

Related posts about directx

Related posts about hlsl